22. Exercise: Update Sunshine Layout
Update Sunshine Layout
Now that you've explored creating simple layouts in the FavoriteToys app, it's time to start working on our main app for the course, Sunshine. If you haven't already, you can download the Sunshine code here or view the GitHub repo here. During this exercise, you'll set up Sunshine's layout by modifying the boilerplate android code.
Exercise Code
Exercise: S01.01-Exercise-CreateLayout
Sunshine: Exercise One
SOLUTION:
- Open the project for the first exercise: [S01.01-Exercise-CreateLayout]
- Change the ConstraintLayout to a FrameLayout since we're not using any of ConstraintLayout’s special features.
- Add a ScrollView around the TextView.
- Follow the TODOs in the TODO manager